home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_23712.txt < prev    next >
Text File  |  1990-08-20  |  786b  |  34 lines

  1. -- card: 23712 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: A woodland tortoise
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   add 30 to score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.  
  18.   visual effect dissolve
  19.   go card "Hut of the Medicine Man"
  20.  
  21. end mouseUp
  22.  
  23.  
  24. -- part contents for background part 1
  25. ----- text -----
  26. A woodland tortoise
  27.  
  28. -- part contents for background part 2
  29. ----- text -----
  30. Right outside the door of the Medicine Man's hut, a huge turtle is basking in the afternoon sun. What a find! The San Diego Zoo will love it. You take the lumbering reptile into your custody.
  31.  
  32. -- part contents for background part 5
  33. ----- text -----
  34. 90